Interface TelnetClientProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
TelnetClientProcessImpl

public interface TelnetClientProcess extends Process
Information provided by the PKI file:

    \class TelnetClientProcess
    
    \brief TelnetClientProcess handles and manipulates the Telnet client.
    
    \example network().getDevice("Router0").getVtyLine(0).getTelnetClientAt(0)
    
Author:
Auto-generated
  • Method Details

    • getDestination

      IPAddress getDestination()
      Information provided by the PKI file:
      
          \brief Returns the destination IP address.
          
          \param ip, the destination IP address.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • disconnect

      void disconnect()
      Information provided by the PKI file:
      
          \brief Disconnects the telnet connection.